home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydoc14.arj / READ.ME < prev    next >
Encoding:
Text File  |  1992-04-06  |  1.4 KB  |  27 lines

  1. Polyray - an algebraic input ray tracing program
  2. (c) 1992 Alexander Enzmann
  3. Version 1.4
  4. All Rights Reserved
  5.  
  6. Polyray is a combination of an extensive set of modelling primitives together
  7. with a comprehensive renderer.  Models are specified in an ASCII file, which
  8. are then parsed, and subsequently rendered.  An IBM-AT or compatible is the
  9. only platform currently supported.  An 80287, or compatible coprocessor is
  10. required for the real mode and 286 protected mode executables.  In addition
  11. the 286 protected mode requires that the program "zpm.exe" either be in the
  12. current directory or be accessible via the PATH environment variable.
  13.  
  14. Polyray provides a number of distinct features, the most important of which
  15. are the freedom of use of expressions in the modelling file and the ability
  16. to render very complex mathematical surfaces.
  17.  
  18. There are three archives necessary: plydoc.zip, plydat.zip, and plyexe.zip.
  19. These contain the documents for Polyray, a set of data files, and the
  20. executable.  In addition to plyexe.zip (or in place of), there are alternate
  21. executables: ply286.zip which contains a 286 protected mode executable, ply386
  22. which contains a 386 protected mode executable using floating point emulation,
  23. and ply387 which is a 386 protected mode executable requiring an FPU.
  24.  
  25. See the file "quickref.txt", or "polyray.doc" for details on the command
  26. line options and data file syntax.
  27.